Xceed .NET Libraries Documentation
Xceed.Synchronization Assembly / Xceed.Synchronization Namespace / SynchronizationEventsSession Class / SetFolderOperationAnalysisArgs Method / SetFolderOperationAnalysisArgs(AbstractFolder[],Int32,SynchronizationAction[]) Method


In This Topic
    SetFolderOperationAnalysisArgs(AbstractFolder[],Int32,SynchronizationAction[]) Method
    In This Topic
    This method is reserved for internal use and should not be called directly from your code.
    Syntax
    'Declaration
     
    Public Overloads Sub SetFolderOperationAnalysisArgs( _
       ByVal folders() As AbstractFolder, _
       ByVal masterFolderIndex As Integer, _
       ByVal actions() As SynchronizationAction _
    ) 
    'Usage
     
    Dim instance As SynchronizationEventsSession
    Dim folders() As AbstractFolder
    Dim masterFolderIndex As Integer
    Dim actions() As SynchronizationAction
     
    instance.SetFolderOperationAnalysisArgs(folders, masterFolderIndex, actions)
    public void SetFolderOperationAnalysisArgs( 
       AbstractFolder[] folders,
       int masterFolderIndex,
       SynchronizationAction[] actions
    )

    Parameters

    folders
    masterFolderIndex
    actions
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also